ci: bump workflows to v2.0.0 and zutils to v0.8.1#22
Merged
Conversation
## Summary Adapt caller workflow to breaking changes introduced by: - `nanvix/workflows` v2.0.0 — `docker-image` is now a required input (no default). - `nanvix/zutils` v0.8.0 — `setup --with-docker` requires an explicit image argument. ### Changes - Bump `nanvix/workflows` from `v1.15.0` → `v2.0.0` - Bump `zutil-version` from `v0.7.48` → `v0.8.1` - Add `docker-image: ghcr.io/nanvix/toolchain-gcc:sha-34a3641` to both `ci` and `ci-scheduled` jobs Supersedes: #18, #21
This was referenced May 11, 2026
Closed
There was a problem hiding this comment.
Pull request overview
Updates Nanvix CI integration to accommodate breaking input changes in nanvix/workflows v2 and nanvix/zutils v0.8+, ensuring the caller workflows provide the now-required Docker image and use the updated zutils version pin.
Changes:
- Bump reusable workflow reference
nanvix/workflowsfromv1.15.0tov2.0.0. - Bump pinned/declared
nanvix-zutilversion fromv0.7.48tov0.8.1across bootstrap scripts and workflow inputs. - Provide required
docker-imageinput to bothciandci-scheduledjobs.
Show a summary per file
| File | Description |
|---|---|
z.sh |
Updates the pinned nanvix-zutil bootstrap version to 0.8.1. |
z.ps1 |
Updates the pinned nanvix-zutil bootstrap version to 0.8.1 for Windows. |
.github/workflows/nanvix-ci.yml |
Bumps reusable workflow to v2.0.0, bumps zutil-version, and adds required docker-image input for both jobs. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 3/3 changed files
- Comments generated: 0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adapt caller workflow to breaking changes introduced by:
nanvix/workflowsv2.0.0 —docker-imageis now a required input (no default).nanvix/zutilsv0.8.0 —setup --with-dockerrequires an explicit image argument.Changes
nanvix/workflowsfromv1.15.0→v2.0.0zutil-versionfromv0.7.48→v0.8.1docker-image: ghcr.io/nanvix/toolchain-gcc:sha-34a3641to bothciandci-scheduledjobsSupersedes: #18, #21